emoji chooser: Avoid a crash
authorMatthias Clasen <mclasen@redhat.com>
Fri, 1 Sep 2017 23:51:17 +0000 (19:51 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 1 Sep 2017 23:55:21 +0000 (19:55 -0400)
commitf414e1b15f0432186b6524308545d46c55ef2ae1
tree7758cda396ed0d94746a72626dbfcf0f0f4be924
parent7e1f3344f7d3bf6b864fbafa69858b529ae5dcb1
emoji chooser: Avoid a crash

The emoji chooser gets disposed already, because it is attached
to the toplevel as a popover. Doing it again when the object data
is cleared is leading to a crash.

https://bugzilla.gnome.org/show_bug.cgi?id=787103
gtk/gtkentry.c